type regexp/syntax.ranges

5 uses

	regexp/syntax (current package)
		parse.go#L1687: 	sort.Sort(ranges{rp})
		parse.go#L1916: type ranges struct {
		parse.go#L1920: func (ra ranges) Less(i, j int) bool {
		parse.go#L1927: func (ra ranges) Len() int {
		parse.go#L1931: func (ra ranges) Swap(i, j int) {